home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50b Issue 142 (CD142b) (August 1998).iso / full / nt / MSSql / I386 / sqlx86.exe / PTK / VBSQL / RPC.BAS < prev    next >
Encoding:
BASIC Source File  |  1996-04-03  |  299 b   |  14 lines

  1. Rem These handle the SQL Server connection for this application
  2.  
  3. Global DBLIB_VERSION$
  4. Global PrimaryWindowTitle$
  5. Global SqlConn%
  6. Global ServerName$
  7. Global LoginID$
  8. Global Password$
  9. Global DatabaseName$
  10. Global SQLStatus%
  11. Global Const LoginTimeout% = 10
  12. Global Const QueryTimeout% = 60
  13.  
  14.